//==============================================================================
// Musk Ox_anim.txt
//==============================================================================

//==============================================================================
define blood
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
          Visualparticle sfx a blood spurt
         }
      }
   }
}

//==============================================================================
define setGlow
{
   SetSelector
   {
		civilizationLogic none/set
		set hotspot
		{
			version
			{
			  Visualnone jimmy
			}
		}
		set hotspot
		{
			version
			{
			  Visualparticle SFX E Set Gaia animal Large
			}
		}		    
   }
}

//==============================================================================
anim idle
{
    SetSelector
    {
      set hotspot
      {
         version
         {
            Visual Trade N Caravan_idleA 
ReplaceTexture Trade N Caravan Ox/animal musk ox
				connect hitpointbar SetGlow hotspot
        }
      }   
    }
  }
}

//==============================================================================
anim walk
{
		  SetSelector
		  {
			set hotspot
			{
				version
				{
					Visual Trade N Caravan_walkA
ReplaceTexture Trade N Caravan Ox/animal musk ox
				connect hitpointbar SetGlow hotspot
					tag FootstepLeft 0.00 true   
					tag FootstepRight 0.20 true   
					tag FootstepLeft 0.75 true   
					tag FootstepRight 0.70 true 
				}
			}
		  }
      		}   
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            Visual animal musk ox_attacka
ReplaceTexture Trade N Caravan Ox/animal musk ox
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.65 true   
//-- end auto generated section
				connect hitpointbar SetGlow hotspot
         }
      }
   }
}

//==============================================================================
anim Bored
{
  SetSelector
  {
      set hotspot
      {
         version
         {
            Visual Trade N Caravan_BoredA
ReplaceTexture Trade N Caravan Ox/animal musk ox
				connect hitpointbar SetGlow hotspot
         }
      }   
    }
  }
}

//==============================================================================
anim Flail
{
  SetSelector
  {
    SetSelector
    {
      set hotspot
      {
         version
         {
            Visual Trade N Caravan_FlailA
ReplaceTexture Trade N Caravan Ox/animal musk ox
				connect hitpointbar SetGlow hotspot
        }
      }   
    }
  }
}

//==============================================================================
anim Death
{
  SetSelector
  {
      set hotspot
      {
         version
         {
			Visual Trade N Caravan_DeathA
ReplaceTexture Trade N Caravan Ox/animal musk ox
//-- auto generated by the bang animation tool
//-- do not hand edit these values
               tag SpecificSoundSet 0.43 false HeavyFall checkVisible 
//-- end auto generated section
                                Connect TopOfHead Blood hotspot
				connect hitpointbar SetGlow hotspot
         }
      } 
    }  
  }
}
